home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
DEF
/
Midi
/
Port
/
port-channel
< prev
Wrap
Text File
|
1998-10-23
|
885b
|
28 lines
port-channel port channel
This is an alternate way to set up port and channel as in the example. It recognizes :modem and :printer keywords.
(port-channel :modem 1) --> ((1))
(port-channel :printer 1) --> ((17))
(port-channel 2 1) --> ((33))
(def-section intro
default ; 24 bars
zone '(1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1
1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1
1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1)
tempo '(58)
length '(1/16)
velocity '(64 55 75 37 85)
righthand
channel (port-channel :printer 1)
tonality (symbol-repeat 2 (activate-tonality (melodic-minor c 5) (hirajoshi d 5) (melodic-minor g 5)))
symbol melody-1
length '(1/16 1/16 1/32 1/32 1/32 1/32)
lefthand
channel (port-channel :printer 2)
tonality (symbol-repeat 2 (activate-tonality (melodic-minor c 3) (hirajoshi d 3) (melodic-minor g 3)))
symbol melody-2
)